wayland: Use portable sed syntax in gdk/wayland/Makefile.am
authorTing-Wei Lan <lantw@src.gnome.org>
Sat, 6 Jan 2018 18:57:38 +0000 (02:57 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Tue, 9 Jan 2018 16:45:07 +0000 (00:45 +0800)
commitb68e55ecce38dec47c3f9119e603b81773e5294a
tree4c8012f85a16619b57f2709a82263497ba72aa7e
parent2a8e1745cfbf0674160665edb46eadfeee8d8289
wayland: Use portable sed syntax in gdk/wayland/Makefile.am

Replace non-portable \<, \>, \+ with \(, \), \{, \} to avoid build
failure on systems not using GNU sed.

https://bugzilla.gnome.org/show_bug.cgi?id=792279
gdk/wayland/Makefile.am